home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu271.dms / pu271.adf / devs / MountList next >
Text File  |  1992-09-06  |  2KB  |  112 lines

  1. /* MountList for V1.3 */
  2.  
  3. /*  Mount Entry for the new Console Handler */
  4.  
  5. NEWCON: 
  6.     Handler = L:Newcon-Handler
  7.     Priority = 5
  8.     StackSize = 1000
  9. #
  10.  
  11. /* This is an example of a non-filing system mount using a handler written
  12.    in C.
  13. */
  14.  
  15. SPEAK:     
  16.     Handler = L:Speak-Handler
  17.     Stacksize = 6000
  18.     Priority = 5
  19.     GlobVec = -1
  20. #
  21.  
  22. /*  This is an example of an alternative type of non-filing device mount,
  23.     used to mount the non-buffered serial handler
  24. */
  25.  
  26. AUX:
  27.     Handler = L:Aux-Handler
  28.     Stacksize = 1000
  29.     Priority = 5
  30. #
  31. /*  This is a non-filing system device */
  32.  
  33. PIPE:      
  34.     Handler = L:Pipe-Handler
  35.     Stacksize = 6000
  36.     Priority = 5
  37.     GlobVec = -1
  38. #
  39.  
  40. DH0:
  41.     Device = gvpscsi.device
  42.     FileSystem = L:FastfileSystem
  43.     Unit = 000
  44.     Flags = 0
  45.     Surfaces = 2
  46.     BlocksPerTrack = 49
  47.     Reserved = 2
  48.     Interleave = 0
  49.     LowCyl = 2
  50.     HighCyl = 82
  51.     Buffers = 32
  52.     GlobVec = -1
  53.     BufMemType = 1
  54.     Mask = 0xFFFFFE
  55.     MaxTransfer = 0x7FFFFFFF
  56.     Mount = 1
  57.     DosType = 0x444F5301
  58.     StackSize = 4000
  59. #
  60.  
  61. DH1:
  62.     Device = gvpscsi.device
  63.     FileSystem = L:FastfileSystem
  64.     Unit = 000
  65.     Flags = 0
  66.     Surfaces = 2
  67.     BlocksPerTrack = 49
  68.     Reserved = 2
  69.     Interleave = 0
  70.     LowCyl = 83
  71.     HighCyl = 1041
  72.     Buffers = 32
  73.     GlobVec = -1
  74.     BufMemType = 1
  75.     Mask = 0xFFFFFE
  76.     MaxTransfer = 0x7FFFFFFF
  77.     Mount = 1
  78.     DosType = 0x444F5301
  79.     StackSize = 4000
  80. #
  81.  
  82. PRT:    Handler = L:spool-handler
  83.     Priority = 5
  84.     Stacksize = 3000
  85.     GlobVec = -1
  86. #
  87.  
  88.  
  89.  
  90.           MS1:    FileSystem = L:MessyFileSystem
  91.                   Device = messydisk.device
  92.                   Unit = 1
  93.                   Flags = 0
  94.                   LowCyl = 0 ; HighCyl = 79
  95.                   Reserved = 0
  96.                   Surfaces = 2
  97.                   BlocksPerTrack = 9
  98.                   Buffers = 5
  99.                   DosType = 1
  100.                   BufMemType = 1
  101.                   BootPri = 0
  102.                   Stacksize = 3072
  103.                   Priority = 9
  104.                   GlobVec  = -1
  105.                   Mount = 1
  106.  
  107.  
  108. #
  109.  
  110.  
  111.  
  112.